home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d8 / taskview.arc / BOARD.BAT < prev    next >
DOS Batch File  |  1988-01-22  |  548b  |  25 lines

  1. c:\dos\mode co80
  2. :top
  3. f:
  4. cd\pcb
  5. if exist remote.bat rename remote.bat remote.sys
  6. if exist event.bat rename event.bat event.sys
  7. if exist door.bat del door.bat
  8. if exist endpcb del endpcb
  9. f:
  10. cd\pcb
  11. f:\pcb\pcboard
  12. if exist remote.bat remote
  13. if exist door.bat door
  14. if exist event.bat event
  15. if exist endpcb goto end
  16. f:
  17. cd\pcb
  18. board
  19. :end
  20. cls
  21. command
  22. goto top
  23. :delete first line for one monitor, replace board.bat with this
  24. :delete these last 3 lines. These changes allow partition to stay
  25. :after a drop to DOS with F1 for example.